home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Canvas™ 2.1.1 / PPD Folder / APPLE422.PPD < prev    next >
Text File  |  1988-04-13  |  10KB  |  331 lines

  1. *% Adobe PostScript(R) Printer Description File
  2. *% For "LaserWriter Plus" version 42.2
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010159.
  11. *%
  12. *% Date: <2/26/88>
  13. *FormatVersion: "2.0"
  14. *FileVersion: "1.0"
  15. *LanguageVersion: English
  16.  
  17. *Product: "(LaserWriter Plus)"
  18. *PSVersion: "(42.2) 3"
  19. *NickName: "Apple LaserWriter Plus v42.2"
  20.  
  21. *% General Information and Defaults ===============
  22. *ColorDevice: False
  23. *FileSystem: False
  24. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "serverdict begin exitserver"
  28. *FreeVM: "172414"
  29. *Reset: "
  30. serverdict begin 0 exitserver
  31. systemdict /quit get exec
  32. (WARNING : Printer Reset Failed.) = flush
  33. "
  34. *End
  35. *VariablePaperSize: False
  36.  
  37. *DefaultResolution: 300dpi
  38. *?Resolution: "
  39. save
  40.   initgraphics
  41.   0 0 moveto currentpoint matrix defaultmatrix transform
  42.   0 72 lineto currentpoint matrix defaultmatrix transform
  43.   3 -1 roll sub dup mul
  44.   3 1 roll exch sub dup mul
  45.   add sqrt round cvi
  46.   (          ) cvs print (dpi) = flush
  47. restore
  48. "
  49. *End
  50.  
  51. *% Halftone Information ===============
  52. *ScreenFreq: "60.0"
  53. *ScreenAngle: "45.0"
  54. *DefaultScreenProc: Dot
  55. *ScreenProc Dot: "
  56. {dup mul exch dup mul add 1.0 exch sub }
  57. "
  58. *End
  59. *ScreenProc Line: "{ pop }"
  60. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  61.  
  62. *DefaultTransfer: Null
  63. *Transfer Null: "{ }"
  64. *Transfer Null.Inverse: "{ 1 exch sub }"
  65. *% Please edit the Normalized Transfer functions and remove this comment.
  66. *Transfer Normalized: "
  67. {mark
  68. 1.0 1.0 .98 .9 .82 .68 .56 .48 .28 .1 .06 .0
  69. counttomark dup 3 add -1 roll exch
  70. 2 sub mul dup floor cvi
  71. dup 3 1 roll sub
  72. exch dup 
  73. 3 add index exch 2 add index dup
  74. 4 1 roll
  75. sub mul add
  76. counttomark 1 add 1 roll 
  77. cleartomark
  78. } bind"
  79. *End
  80. *Transfer Normalized.Inverse: "{
  81. mark
  82. .0 .0 .06 .1 .28 .48 .56 .68 .82 .9 .98 1.0
  83. counttomark dup 3 add -1 roll exch
  84. 2 sub mul dup floor cvi
  85. dup 3 1 roll sub
  86. exch dup 
  87. 3 add index exch 2 add index dup
  88. 4 1 roll
  89. sub mul add
  90. counttomark 1 add 1 roll 
  91. cleartomark
  92. } bind"
  93. *End
  94.  
  95. *% Paper Handling ===================
  96.  
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion or PaperTray.
  99. *DefaultPageSize: Letter
  100. *PageSize Letter: "letter"
  101. *PageSize Legal: "legal"
  102. *PageSize Note: "note"
  103. *PageSize A4: "a4"
  104. *PageSize B5: "b5"
  105. *PageSize LetterSmall: "lettersmall"
  106. *PageSize A4Small: "a4small"
  107. *?PageSize: "
  108.  save statusdict begin
  109.  /papersize where{ pop
  110.   12 dict begin
  111.    /lettertray (Letter) def /legaltray (Legal) def
  112.    /11x17tray (Tabloid) def /ledgertray (Ledger) def
  113.    /a3tray (A3) def /a4tray (A4) def
  114.    /a5tray (A5) def /b4tray (B4) def
  115.    /b5tray (B5) def /executivetray (Executive) def
  116.    papersize {
  117.      {load exec} stopped not{= flush}if
  118.    }{
  119.      {load exec} stopped not{print (.Transverse) = flush}if
  120.    }ifelse
  121.   end
  122.  }{
  123.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  124.  }ifelse
  125.  end restore
  126. "
  127. *End
  128.  
  129. *% These entries will set up the frame buffer. Usually used with manual feed.
  130. *DefaultPageRegion: Letter
  131. *PageRegion Letter: "letter"
  132. *PageRegion Legal: "legal"
  133. *PageRegion Note: "note"
  134. *PageRegion A4: "a4"
  135. *PageRegion B5: "b5"
  136. *PageRegion LetterSmall: "lettersmall"
  137. *PageRegion A4Small: "a4small"
  138.  
  139. *DefaultPaperTray: None
  140.  
  141. *% The following entries provide information about specific paper keywords.
  142. *DefaultImageableArea: Letter
  143. *ImageableArea Letter: "18 8 593 784 "
  144. *ImageableArea Legal: "65 42 547 966 "
  145. *ImageableArea Note: "30 31 582 761 "
  146. *ImageableArea A4: "18 23 577 819 "
  147. *ImageableArea B5: "3 4 497 705 "
  148. *ImageableArea LetterSmall: "30 31 582 761 "
  149. *ImageableArea A4Small: "29 31 566 811 "
  150. *?ImageableArea: "
  151.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  152.   newpath clippath pathbbox
  153.   4 -2 roll exch 2 {ceiling cvp} repeat
  154.   exch 2 {floor cvp} repeat flush
  155.  restore
  156. "
  157. *End
  158.  
  159. *% These provide the physical dimensions of the paper (by keyword)
  160. *DefaultPaperDimension: Letter
  161. *PaperDimension Letter: "612 792"
  162. *PaperDimension Legal: "612 1008"
  163. *PaperDimension Note: "612 792"
  164. *PaperDimension A4: "595 842"
  165. *PaperDimension B5: "516 729"
  166. *PaperDimension LetterSmall: "612 792"
  167. *PaperDimension A4Small: "595 842"
  168.  
  169. *DefaultOutputBin: Upper
  170. *DefaultInputSlot: None
  171.  
  172. *DefaultManualFeed: False
  173. *?ManualFeed: "statusdict /manualfeed get
  174.  {(True)}{(False)}ifelse = flush"
  175. *End
  176. *ManualFeed True: "statusdict begin /manualfeed true store end"
  177. *ManualFeed False: "statusdict begin /manualfeed false store end"
  178.  
  179. *DefaultOutputOrder: Reverse
  180.  
  181. *DefaultCollator: None
  182. *DefaultSorter: None
  183. *DefaultDuplex: None
  184.  
  185. *% Font Information =====================
  186.  
  187. *DefaultFont: Courier
  188. *Font AvantGarde-Book: Standard "(001.001)"
  189. *Font AvantGarde-BookOblique: Standard "(001.001)"
  190. *Font AvantGarde-Demi: Standard "(001.001)"
  191. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  192. *Font Bookman-Demi: Standard "(001.001)"
  193. *Font Bookman-DemiItalic: Standard "(001.001)"
  194. *Font Bookman-Light: Standard "(001.001)"
  195. *Font Bookman-LightItalic: Standard "(001.001)"
  196. *Font Courier: Standard "(001.001)"
  197. *Font Courier-Bold: Standard "(001.001)"
  198. *Font Courier-BoldOblique: Standard "(001.001)"
  199. *Font Courier-Oblique: Standard "(001.001)"
  200. *Font Helvetica: Standard "(001.001)"
  201. *Font Helvetica-Bold: Standard "(001.001)"
  202. *Font Helvetica-BoldOblique: Standard "(001.001)"
  203. *Font Helvetica-Narrow: Standard "(001.000)"
  204. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  205. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  206. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  207. *Font Helvetica-Oblique: Standard "(001.001)"
  208. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  209. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  210. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  211. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  212. *Font Palatino-Bold: Standard "(001.000)"
  213. *Font Palatino-BoldItalic: Standard "(001.000)"
  214. *Font Palatino-Italic: Standard "(001.000)"
  215. *Font Palatino-Roman: Standard "(001.000)"
  216. *Font Symbol: Special "(001.001)"
  217. *Font Times-Bold: Standard "(001.001)"
  218. *Font Times-BoldItalic: Standard "(001.001)"
  219. *Font Times-Italic: Standard "(001.001)"
  220. *Font Times-Roman: Standard "(001.001)"
  221. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  222. *Font ZapfDingbats: Special "(001.000)"
  223. *?FontQuery: "
  224. {
  225.   count 0 gt {
  226.     FontDirectory exch known {1}{0}ifelse = flush
  227.   }{ exit } ifelse
  228. } bind loop
  229. "
  230. *End
  231.  
  232. *?FontList: "
  233. FontDirectory { pop == flush } forall 
  234. (*) = flush
  235. "
  236. *End
  237.  
  238. *% Printer Messages (verbatim from printer):
  239. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  240. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  241. *Message: "\FontName\ not found, using Courier"
  242.  
  243. *% Status (format: %%[ status: <one of these> ]%% )
  244. *Status: "idle"
  245. *Status: "busy"
  246. *Status: "waiting"
  247. *Status: "printing"
  248. *Status: "warming up"
  249. *Status: "PrinterError: timeout, clearing printer"
  250. *Status: "PrinterError: warming up"
  251. *Status: "PrinterError: service call"
  252. *Status: "PrinterError: paper entry misfeed"
  253. *Status: "PrinterError: no toner cartridge"
  254. *Status: "PrinterError: no paper tray"
  255. *Status: "PrinterError: cover open"
  256. *Status: "PrinterError: resetting printer"
  257. *Status: "PrinterError: out of paper"
  258. *Status: "PrinterError: timeout"
  259. *Status: "PrinterError: manual feed timeout"
  260.  
  261. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  262. *Source: "serial9"
  263. *Source: "serial25"
  264. *Source: "AppleTalk"
  265.  
  266. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  267. *PrinterError: "timeout, clearing printer"
  268. *PrinterError: "warming up"
  269. *PrinterError: "service call"
  270. *PrinterError: "paper entry misfeed"
  271. *PrinterError: "no toner cartridge"
  272. *PrinterError: "no paper tray"
  273. *PrinterError: "cover open"
  274. *PrinterError: "resetting printer"
  275. *PrinterError: "out of paper"
  276. *PrinterError: "timeout"
  277. *PrinterError: "manual feed timeout"
  278.  
  279. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  280.  
  281. *% Color Separation Information =====================
  282.  
  283. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  284.  
  285. *InkName: ProcessCyan/Process Cyan
  286. *InkName: ProcessMagenta/Process Magenta
  287. *InkName: ProcessYellow/Process Yellow
  288. *InkName: ProcessBlack/Process Black
  289. *InkName: CustomColor/Custom Color
  290.  
  291. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  292. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  293. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  294. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  295. *ColorSepScreenAngle CustomColor.60lpi/60 lpi: "45"
  296.  
  297. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  298. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  299. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  300. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  301. *ColorSepScreenFreq CustomColor.60lpi/60 lpi: "60"
  302.  
  303. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  304. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  305. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  306. *End
  307. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  308. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  309. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  310. *End
  311. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  312. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  313. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  314. *End
  315. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  316. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  317. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  318. *End
  319. *ColorSepScreenProc CustomColor.60lpi/60 lpi: "
  320. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  321. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  322. *End
  323.  
  324. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  325. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  326. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  327. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  328. *ColorSepTransfer CustomColor.60lpi/60 lpi: "{ }"
  329.  
  330. *% end of PPD file for LaserWriter Plus
  331.